arm64: dts: Fix various entry-method properties to reflect documentation
authorAmit Kucheria <[email protected]>
Thu, 23 Aug 2018 08:53:29 +0000 (14:23 +0530)
committerMichal Simek <[email protected]>
Fri, 15 Feb 2019 14:04:01 +0000 (15:04 +0100)
The idle-states binding documentation[1] mentions that the
'entry-method' property is required on 64-bit platforms and must be
set to "psci".

Linux commit a13f18f59d26 ("Documentation: arm: Fix typo in the idle-states
bindings examples") attempted to fix this earlier but clearly more is
needed.

Linux docs:
Documentation/devicetree/bindings/arm/idle-states.txt (see
idle-states node)

Signed-off-by: Amit Kucheria <[email protected]>
Acked-by: Sudeep Holla <[email protected]>
Acked-by: Li Yang <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
arch/arm/dts/zynqmp.dtsi

index b28e75732f1e490859218f96ea52c373eddcfefc..dfb6ebc64ce5d06b4ee81777ebfda74fe31bb45c 100644 (file)
@@ -58,7 +58,7 @@
                };
 
                idle-states {
-                       entry-method = "arm,psci";
+                       entry-method = "psci";
 
                        CPU_SLEEP_0: cpu-sleep-0 {
                                compatible = "arm,idle-state";